Skip to content

Typo: missing space before unit "ms".#1656

Open
monty241 wants to merge 1 commit into
modelcontextprotocol:mainfrom
monty241:patch-1
Open

Typo: missing space before unit "ms".#1656
monty241 wants to merge 1 commit into
modelcontextprotocol:mainfrom
monty241:patch-1

Conversation

@monty241

Copy link
Copy Markdown

The message omits a space leading to text such as "105.3573ms." in:

{
  "Timestamp": "2026-06-16 17:18:19",
  "EventId": 1867955179,
  "LogLevel": "Information",
  "Category": "ModelContextProtocol.Server.McpServer",
  "Message": "Server (Invantive.Mcp.Server 26.0.120.0), Client (Anthropic/ClaudeAI 1.0.0) method \u0027tools/call\u0027 request handler completed in 105.3573ms.",
  "State": {
    "EndpointName": "Server (Invantive.Mcp.Server 26.0.120.0), Client (Anthropic/ClaudeAI 1.0.0)",
    "Method": "tools/call",
    "ElapsedMilliseconds": 105.3573,
    "{OriginalFormat}": "{EndpointName} method \u0027{Method}\u0027 request handler completed in {ElapsedMilliseconds}ms."
  }
}

Motivation and Context

Adding space makes logging better readable.

How Has This Been Tested?

No, not tested.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

The message omits a space leading to text such as:

```json
{
  "Timestamp": "2026-06-16 17:18:19",
  "EventId": 1867955179,
  "LogLevel": "Information",
  "Category": "ModelContextProtocol.Server.McpServer",
  "Message": "Server (Invantive.Mcp.Server 26.0.120.0), Client (Anthropic/ClaudeAI 1.0.0) method \u0027tools/call\u0027 request handler completed in 105.3573ms.",
  "State": {
    "EndpointName": "Server (Invantive.Mcp.Server 26.0.120.0), Client (Anthropic/ClaudeAI 1.0.0)",
    "Method": "tools/call",
    "ElapsedMilliseconds": 105.3573,
    "{OriginalFormat}": "{EndpointName} method \u0027{Method}\u0027 request handler completed in {ElapsedMilliseconds}ms."
  }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant